| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVRGetPanAngle function to get the pan angle of a QuickTime VR movie.
float QTVRGetPanAngle (QTVRInstance qtvr);
The QTVRGetPanAngle function returns, as its function result, a floating-point value that represents the current pan angle of the QuickTime VR movie specified by the qtvr parameter.
Use QTVRSetPanAngle (next) to set the pan angle of a movie. Listing 2-4 illustrates the use of QTVRGetPanAngle .
| Previous | Chapter contents | Chapter top | Section top | Next |